projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1b2ec6
)
; Make change that was accidentally left out in my last commit
author
Stefan Kangas
<stefan@marxist.se>
Fri, 17 Sep 2021 10:32:59 +0000
(12:32 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 17 Sep 2021 10:32:59 +0000
(12:32 +0200)
lisp/emulation/viper-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper-macs.el
b/lisp/emulation/viper-macs.el
index 74001542819da0704bbf321e86a6466375987d34..fb60f6a5458e9ffce76282391c9f14542ee7c3eb 100644
(file)
--- a/
lisp/emulation/viper-macs.el
+++ b/
lisp/emulation/viper-macs.el
@@
-166,7
+166,7
@@
a key is a symbol, e.g., `a', `\\1', `f2', etc., or a list, e.g.,
(if (member
key
'(?\b ?\d '^? '^H (control h) (control \?) backspace delete))
-
(setq key-seq (viper
-subseq key-seq 0 (- (length key-seq) 2))))
+
(setq key-seq (seq
-subseq key-seq 0 (- (length key-seq) 2))))
(setq message
(format
":map%s %s"